c# dictionary check if value exists

89

c# dictionary check if value exists -

var myKey = types.FirstOrDefault(x => x.Value == "one").Key;

Comments

Submit
0 Comments